
.p-relative{
    position: relative;
}
.box-history{
    display: none;
    position: absolute;
    top: 52px;
    z-index: 111;
    width: 100%;
    background: #fff;
    border-radius: 2px 0px 2px 2px;
    box-shadow: 0px 6px 11px 0px rgb(0 0 0 / 17%);
box-sizing: border-box;}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul,ol,li,dl,dd {
    margin: 0;
    padding: 0
  }
  
  ul,ol {
    list-style: none outside none
  }
  .history-search{
    line-height: 40px;
    height: 40px;
    color: #0006;
    padding: 0 20px;
  }
  .history-search-box{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1px;
    border-bottom: 1px solid #E7E7E7;
  }
  .history-search-box li{
      height: 40px;
      line-height: 40px;
      padding: 0 28px 0 20px;
  }
  .history-search-box li:hover{
    background: #F7F8FA;
  }
  .del-history{
    background: url(./../images/pc-del.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    margin-top: 12px;
    cursor: pointer;
  }
  .max-238{
      max-width: 238px;
  }
  .hot-search{
    color: #333333;
  }
  .hot-search-cont{
      height: 40px;
      line-height: 40px;
      padding-left: 17px;
  }
  .v-m{
    vertical-align: middle;
  }
  .hot-search-box li{
      height: 40px;
      line-height: 40px;
      padding-left: 20px;
  }
  .box-history ul li:hover{
    background: #F7F8FA;
  }
  .max-288{
      width: 288px;
      display: inline-block;
  }
  .p-l8{
      padding-left: 5px;
  }
  .hot-search-box{
      padding-bottom: 10px;
  }
  .hot-search-box li:nth-child(1) .num-col{
      color: #D23636;
  }
  .hot-search-box li:nth-child(2) .num-col{
    color: #FFA229;
}
.hot-search-box li:nth-child(3) .num-col{
    color: #3999FF;
}
.hot-search-box li .num-col{
    color: #999999;
    display: inline-block;
    padding-right: 10px;

}
.more-history-list{
    font-size: 0;
}
.more-history-list li{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
}
.search-keword-blue{
    color:#004FED
}
.max-300{
    max-width: 330px;
    display: inline-block;
}
.search-body .header-content .search-box .search-keywords-input{
    width: 721px;
    padding: 14px 20px;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #ececec;
    outline: none;
    font-size: 16px;
    height: 50px;
    box-sizing: border-box;
}
.search-body .hot-keyword,.search-body ._searchTypeBox,.nav-box{
    display: none;
}

.clear-history,.cur-pointer,.tab-change{
    cursor: pointer;
}